Correct handling of row-has-child-toggled signal
authorKristian Rietveld <kris@gtk.org>
Wed, 2 Sep 2009 10:45:41 +0000 (12:45 +0200)
committerKristian Rietveld <kris@gtk.org>
Sat, 5 Sep 2009 15:15:42 +0000 (17:15 +0200)
commit733e532c59f90885a4f7bd422219826ca42b1a89
tree699b3de437e81b641537317aa7605ff7fdb1a663
parent66069890194dbd94f8c28edf19796f6915ee52fd
Correct handling of row-has-child-toggled signal

When a filter function is used that determines the visibility property
of a node using whether or it it has children, the state of this node
very likely changes when the filter model receives a
row-has-child-toggled signal.  Therefore, we need to handle state
changes in the row-has-child-toggled handler.
gtk/gtktreemodelfilter.c